php artisan storage:link
// it can be perfact if you don't want run cmd Route::get('/foo', function () { Artisan::call('storage:link'); });
$exists = Storage::disk('s3')->exists('file.jpg');